home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
unixlib.lha
/
unix
/
src
/
dir_data.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-09-05
|
180b
|
15 lines
#include "amiga.h"
#include "dir_data.h"
iDIR *last_info;
struct idirect *last_entry;
BPTR _get_cd(void)
{
BPTR dir = CurrentDir(0);
CurrentDir(dir);
return dir;
}